Autogenerated HTML docs for v2.16.1-72-g5be1f 
diff --git a/diff-options.txt b/diff-options.txt index 743af97..c330c01 100644 --- a/diff-options.txt +++ b/diff-options.txt 
@@ -508,6 +508,15 @@  See the 'pickaxe' entry in linkgit:gitdiffcore[7] for more  information.   +--find-object=<object-id>:: +	Look for differences that change the number of occurrences of +	the specified object. Similar to `-S`, just the argument is different +	in that it doesn't search for a specific string but for a specific +	object id. ++ +The object can be a blob or a submodule commit. It implies the `-t` option in +`git-log` to also find trees. +  --pickaxe-all:: 	When `-S` or `-G` finds a change, show all the changes in that 	changeset, not just the files that contain the change @@ -516,6 +525,7 @@  --pickaxe-regex:: 	Treat the <string> given to `-S` as an extended POSIX regular 	expression to match. +  endif::git-format-patch[]    -O<orderfile>::